//////////////////////////////////////////////////////////////////////// // Version 0.27 - 23.04.2025 //////////////////////////////////////////////////////////////////////// NEW 1. Added support for TERCA control from Juzisound MIDI system for accordion. 2. Added software routine for Touch Screen Controller IC, ESD protection. 3. Added mascable info message for Touch Screen ESD event. 4. Added mascable info message for SD Auto Refresh event. 5. Added new mode for reading MIDI Expression messages, specialized for new Juzisound MIDI System for accordion. This is useful, if use Sampler 3 Synth Version, with Accordion only for playng SOLO. This new options is available in MENU->GLOBAL Setup->Expernal MIDI Control->Page MIDI Expression. New point of menu is named "Acquire mode". If value is set to "Sandard", this is normal reading of only Control Change 11. If value is set to "Accordion", sampler accept Control Change 11 + Control Change 43. If value of CC11 is below 8, additional 6 bits from CC43 is for fine tune of expression. NOTE: From Control Change 43 is used only 6 high bits, becouse last bit 0 of Control Change 43 is for Bellow pressure way: positive or negative. //////////////////////////////////////////////////////////////////////// // Version 0.26 - --.--.2025 //////////////////////////////////////////////////////////////////////// NEW 1. Added support for TERCA control from Juzisound MIDI system for accordion. 2. Added new variant for change PRESET and SOUND on all uppers individually, with predefined MIDI messages. This is dependent from [Main Menu]->[GLOBAL Setup]->[External MIDI Control] Page[Program Change], point "How to Interpret Program Change from MIDI". If you select: "Select Preset / Sounds Individually", then selection of LIST buttons stop work, and PRESET-s and SOUND-s will be selected individually with predefined MIDI messages. MIDI messages are: Control Change 0 Value of this controller determines what will be change: PRESET or SOUND of one of uppers. For change PRESET, value need to be:0, 64 or 127 For change SOUND of one upper, value need to be from 1 to 8, and this is number of Upper. Control Change 32 Value of this controller select bank of saund or preset. Every bank have 128 position. Becouse PRESETS and SOUNDS are from 0 to 9999, valid values for controller 32 are from 0 to 78. Program Change - this is number of PRESET or SOUND. Final number of PRESET or SOUND is equal to (Control Change 32 value * 128) + Program Change value //////////////////////////////////////////////////////////////////////// // Version 0.25 - 16.04.2025 //////////////////////////////////////////////////////////////////////// First Public Release